home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / shortcutsfixer.exe / RCDATA / TFRMRESTOREDETAILS / TFRMRESTOREDETAILS.txt
Text File  |  2010-01-14  |  4KB  |  179 lines

  1. object frmrestoredetails: Tfrmrestoredetails
  2.   Left = 178
  3.   Top = 193
  4.   AutoScroll = False
  5.   Caption = 'Custom Restore'
  6.   ClientHeight = 403
  7.   ClientWidth = 561
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 561
  27.     Height = 33
  28.     Align = alTop
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object Label3: TLabel
  32.       Left = 8
  33.       Top = 10
  34.       Width = 351
  35.       Height = 13
  36.       Caption = 
  37.         'Please check mark the entries you want to be restored,and click ' +
  38.         'Restore.'
  39.     end
  40.   end
  41.   object vTree1: TVirtualDrawTree
  42.     Left = 0
  43.     Top = 33
  44.     Width = 561
  45.     Height = 319
  46.     Align = alClient
  47.     Header.AutoSizeIndex = 0
  48.     Header.Font.Charset = DEFAULT_CHARSET
  49.     Header.Font.Color = clWindowText
  50.     Header.Font.Height = -11
  51.     Header.Font.Name = 'Tahoma'
  52.     Header.Font.Style = []
  53.     Header.Height = 20
  54.     Header.Options = [hoColumnResize, hoDrag]
  55.     Header.Style = hsFlatButtons
  56.     PopupMenu = PopupMenu1
  57.     TabOrder = 1
  58.     TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
  59.     TreeOptions.SelectionOptions = [toMultiSelect]
  60.     OnDrawNode = vTree1DrawNode
  61.     Columns = <
  62.       item
  63.         Position = 0
  64.         WideText = 'Name'
  65.       end
  66.       item
  67.         Position = 1
  68.         WideText = 'Path'
  69.       end
  70.       item
  71.         Position = 2
  72.         WideText = 'Type'
  73.       end>
  74.   end
  75.   object Panel3: TPanel
  76.     Left = 0
  77.     Top = 352
  78.     Width = 561
  79.     Height = 51
  80.     Align = alBottom
  81.     BevelOuter = bvNone
  82.     TabOrder = 2
  83.     DesignSize = (
  84.       561
  85.       51)
  86.     object Bevel1: TBevel
  87.       Left = 8
  88.       Top = 8
  89.       Width = 550
  90.       Height = 42
  91.       Anchors = [akLeft, akRight, akBottom]
  92.       Shape = bsTopLine
  93.     end
  94.     object btnRestore: TBitBtn
  95.       Left = 389
  96.       Top = 16
  97.       Width = 75
  98.       Height = 25
  99.       Anchors = [akTop, akRight]
  100.       Caption = 'Restore'
  101.       TabOrder = 0
  102.       OnClick = btnRestoreClick
  103.     end
  104.     object btnCancel: TBitBtn
  105.       Left = 477
  106.       Top = 16
  107.       Width = 75
  108.       Height = 25
  109.       Anchors = [akTop, akRight]
  110.       Cancel = True
  111.       Caption = 'Cancel'
  112.       ModalResult = 2
  113.       TabOrder = 1
  114.     end
  115.   end
  116.   object pnProgress: TPanel
  117.     Left = 96
  118.     Top = 144
  119.     Width = 385
  120.     Height = 105
  121.     TabOrder = 3
  122.     Visible = False
  123.     object Label1: TLabel
  124.       Left = 8
  125.       Top = 8
  126.       Width = 369
  127.       Height = 41
  128.       AutoSize = False
  129.       Transparent = True
  130.       WordWrap = True
  131.     end
  132.     object ProgressBar1: TProgressBar
  133.       Left = 8
  134.       Top = 48
  135.       Width = 369
  136.       Height = 16
  137.       TabOrder = 0
  138.     end
  139.     object btnabort: TBitBtn
  140.       Left = 160
  141.       Top = 72
  142.       Width = 75
  143.       Height = 25
  144.       Caption = 'Cancel'
  145.       TabOrder = 1
  146.       OnClick = btnabortClick
  147.     end
  148.   end
  149.   object ActionList1: TActionList
  150.     Left = 456
  151.     Top = 120
  152.     object actchkall: TAction
  153.       Caption = 'Check All'
  154.       OnExecute = actchkallExecute
  155.     end
  156.     object actchknone: TAction
  157.       Caption = 'Check None'
  158.       OnExecute = actchknoneExecute
  159.     end
  160.     object actchkinvert: TAction
  161.       Caption = 'Check Invert'
  162.       OnExecute = actchkinvertExecute
  163.     end
  164.   end
  165.   object PopupMenu1: TPopupMenu
  166.     Left = 448
  167.     Top = 80
  168.     object CheckAll1: TMenuItem
  169.       Action = actchkall
  170.     end
  171.     object CheckNone1: TMenuItem
  172.       Action = actchknone
  173.     end
  174.     object CheckInvert1: TMenuItem
  175.       Action = actchkinvert
  176.     end
  177.   end
  178. end
  179.